How to advance in my JavaScript skills? [closed]
Posted
by
IlyaD
on Programmers
See other posts from Programmers
or by IlyaD
Published on 2012-12-02T19:51:02Z
Indexed on
2012/12/02
23:24 UTC
Read the original article
Hit count: 285
I am using javascript for about two years now, and I feel that I can do really basic stuff. I can make some basic algorithms and mostly use jQuery for interactive elements on webpages, and as I need to do more advanced things I get the feeling that my knowledge is lacking.
In most cases I find a code, it takes me quite some time to understand it, but I don't understand why it is written as it is. I have no background in computer science, so I'm not sure weather I should go to the basics, or get some advanced javascript book/course.
How can I make that jump from using JS for scripting to become a real programmer?
© Programmers or respective owner